io.pipe.rdCh (field)

4 uses

	io (current package)
		pipe.go#L42: 	rdCh chan int
		pipe.go#L60: 		p.rdCh <- nr
		pipe.go#L88: 			nw := <-p.rdCh
		pipe.go#L202: 		rdCh: make(chan int),